home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Chiller Killers / Chiller / Chiller.DXR / 00169.ls < prev    next >
Encoding:
Text File  |  1996-11-28  |  195 b   |  8 lines

  1. on shrink2
  2.   puppetSprite(1, 1)
  3.   set the width of sprite 1 to the width of sprite 1 + 1600
  4.   set the height of sprite 1 to the height of sprite 1 + 1200
  5.   updateStage()
  6.   puppetSprite(1, 0)
  7. end
  8.